home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_8
/
PlaceObject2_192_218
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
169 b
|
9 lines
onClipEvent(enterFrame){
x = _root.ship._x;
y = _root.ship._y;
if(180 < x and x < 200 and 110 < y and y < 250)
{
_root.ship._x = x - 8;
}
}